| Overload | Description |
|---|---|
| save(String,PDFPageImageFormat) | Saves the rendering surface as image to the specified file. |
| save(String,PDFRendererSettings,PDFPageImageFormat) | Saves the rendering surface as image to the specified file. |
| save(Stream,PDFPageImageFormat) | Saves the rendering surface as image to the specified stream. |
| save(Stream,PDFRendererSettings,PDFPageImageFormat) | Saves the rendering surface as image to the specified stream. |
| save(Stream) | This method supports the internal library infrastructure and should not be used by external client code. |